crypto/internal/hpke.uint128.addOne (method)

2 uses

	crypto/internal/hpke (current package)
		hpke.go#L272: 	ctx.seqNum = ctx.seqNum.addOne()
		hpke.go#L319: func (u uint128) addOne() uint128 {